home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19990725-20000114 / 000288_news@columbia.edu _Thu Nov 18 13:32:08 1999.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id NAA23360
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Thu, 18 Nov 1999 13:32:08 -0500 (EST)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id NAA07927
  7.     for kermit.misc@watsun.cc.columbia.edu; Thu, 18 Nov 1999 13:30:53 -0500 (EST)
  8. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  9. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  10. Subject: Re: Getting kermit SERVER command to stop when carrier is lost
  11. Date: 18 Nov 1999 18:30:51 GMT
  12. Organization: Columbia University
  13. Message-ID: <811gkr$7nk$1@newsmaster.cc.columbia.edu>
  14. To: kermit.misc@columbia.edu
  15.  
  16. In article <38344170.CEF293BF@cms-stl.com>,
  17. David L. Harfst <harfst@cms-stl.com> wrote:
  18. : I'm setting up an application to transfer a file using 
  19. : C-Kermit  6.0.192 on HP-UX via modem another HP, using the
  20. : same C-Kermit version in server mode.
  21. : The server script is set up to ANSWER the modem and then go
  22. : into SERVER mode.
  23. : The client then issues the REMOTE LOGIN command, does a SEND,
  24. : and then FINISH.
  25. : The SERVER mode ends, the file is processed, and then the 
  26. : script is restarted and the ANSWER command issued again.
  27. : My problem is that if carrier is lost during the file transfer,
  28. : the SERVER command just sits and waits.  On the next incoming
  29. : call, a connection is made and a file can be transfered without
  30. : issuing the REMOTE LOGIN command.
  31. : I want the SERVER command to end when carrier is lost and I
  32. : can't find a way to do that.  The closest thing I've found
  33. : is the SERVER Idle-timeout command, which is not recongnized
  34. : by the version of kermit that I am running.  Even so, that's
  35. : just a workaround.  Ideally, SERVER should be able to stop 
  36. : immediately if the connection is broken. 
  37. We have tried to address this problem in C-Kermit 7.0:
  38.  
  39.   http://www.columbia.edu/kermit/ck70.html
  40.  
  41. Please try it and see if it works for you.
  42.  
  43. - Frank